Definition Type: Element
Name: TitelVor
Namespace: http://www.bewohnervertretung.at/EdiTypes
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: EdiTypes.xsd
MinOccurs 0
MaxOccurs 1
Abstract
ContentType Restriction
Documentation:
Titel, der vor dem Namen beizufügen ist
Collapse XSD Schema Diagram:
XSD Diagram of TitelVor
Collapse XSD Schema Code:
<xs:element name="TitelVor" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation xml:lang="de-at">
                Titel, der vor dem Namen beizufügen ist
              </xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:maxLength value="50" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 50